thread-priority
A simple library to control thread schedule policies and thread priority.
This crate does not support all the plaforms yet but it is inteded to be developed so, so feel free to contribute!
Supported platforms
- Linux
- Windows
Example
Setting current thread's priority to minimum:
use *;
License
This project is licensed under the MIT license.